<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reset*/

html {
	background: none repeat scroll 0 0;
	color: #333;
	overflow-y: scroll;
}

body {
	font-size: 12px;
	font-family:"鎬濇簮榛戜綋";
	line-height: 1.4em;
}

body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
p,
th,
td,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
strong {
	font-style: normal;
	font-weight: normal;
}

ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	zoom: 1;
}
*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
input,
textarea,
select,
button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	-webkit-appearance: none;
	/*鍘婚櫎绯荤粺榛樿鏍峰紡*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*鍘婚櫎绯荤粺榛樿鏍峰紡*/
}

input[type=radio],
input[type=checkbox] {
	vertical-align: middle;
}

label input[type=radio],
label input[type=checkbox] {
	margin-right: 5px;
}


/*base*/

a {
	text-decoration: none;
}

a:focus {
	outline-style: none;
	outline-width: 0;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.noline:hover {
	text-decoration: none;
}

a.nohand {
	cursor: default;
	text-decoration: none;
}

a.nohand:hover {
	text-decoration: none;
}

.commonpadding {
	padding: 4px;
}

.number {
	color: #999;
	font-family: Arial;
	font-size: 12px;
	_vertical-align: text-top;
}

.datetime {
	color: #999;
}

.options {
	float: right;
	display: block;
}

.error {
	color: red;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.block {
	display: block;
}

.inlineblock {
	display: inline-block;
}

.black {
	color: #404040!important;
}

.gray {
	color: #999;
}

.gray-d {
	color: #666;
}

.red {
	color: #ed2668;
}

.red-highlight {
	background-color: #ed2668;
	color: #fff
}

.red-d {
	color: #fd262b;
}

.orange {
	color: #fea700;
}

.blue {
	color: #007bb9;
}

.green,
.green:hover {
	color: #8ec31e;
}

.midLine {
	text-decoration: line-through;
}

.forcewrap {
	word-wrap: break-word;
	word-break: break-all;
	text-overflow: hidden;
	overflow: hidden;
}

.breakWord {
	word-wrap: break-word;
}

.borderless {
	border: none;
}

label.checkbox,
label.radio,
label.text {
	padding-left: 4px;
	vertical-align: top;
}


/*clear*/

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	zoom: 1
}



.tip {
	color: #999
}

.txt-normal {
	border: 1px solid #89C5E3;
	font-size: 12px;
	padding: 4px;
	background-color: #fff;
}

.txt-mouseover {
	border: 1px solid #888;
}

.txt-focus {
	border: 1px solid #2276BB;
	background: url(/www/core/css/global/txt_bacground.png) no-repeat;
}

.txt-error {
	border: 1px solid #F77677;
}

.noborder,
.noborder_left,
.noborder_right,
.noborder_top,
.noborder_bottom {
	border: 0px!important;
}

.bold {
	font-weight: bold;
}

.position {
	position: relative;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../font/Montserrat.eot');
	src: local('Montserrat '), local('Montserrat'), url('../font/Montserrat.woff') format('woff'), url('../font/Montserrat.ttf') format('truetype'), url('../font/Montserrat.svg') format('svg');
}

.font {
	font-family: 'Montserrat';
}

/*head*/
.logo-wrapper {
	height: 100px;
	background: url("./../images/logo_bg.png") top center no-repeat;
}

.logo {
	display: block;
}

.tel {
	display: block;
}
.nav-wrapper {
	width: 100%;
	/*overflow: hidden;*/
	background-color:rgba(0,103,176,0.9);
	position:absolute;
	z-index: 9;
}
.navk{
	display: block;
	float: left;
	width:calc(100% - 243px);
}
.navk li {
	display: block;
	float: left;
	position: relative;
	line-height:60px;
	font-size: 16px;
	color: #fff;
	background: url(../images/navh.jpg) left center no-repeat;
}
.navk li:last-child{
	background: url(../images/navh.jpg) left center no-repeat,  url(../images/navh.jpg) right center no-repeat;
	
}
.navk li &gt; a{
	display: block;
	padding:0 48px;
}
.navk li &gt; a, .navk li &gt; a:visited{
	color: #fff;
}
.navk li:hover, .navk li.on {
	background:transparent;
}
.navk li:hover &gt; a, .navk li.on &gt; a{
	background: #025189;
}
/*浜岀骇*/
#nav-menu{
	position: relative;
}
#nav-menu .children {
	display: none;
	position: absolute;
	min-width: 100%;
	height: auto;
	overflow: auto;
	z-index: 99;
	background:rgba(255,255,255,0.95);
	padding: 8px 0 20px;
	top: 60px;
	left: 0;
}
.nav-erj &gt; a{
	display: block;
	border-bottom: 1px solid #ddd;
	text-align: center;
	margin: 0 14px;
	padding: 12px 0;
	line-height: 30px;
	font-size: 16px;
	color: #000;
}
.nav-erj &gt; a:hover{
	color: #025189;
}


.search {
	float: right;
	width: 206px;
	height: 36px;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 30px;
	margin-top: 12px;
}
.search-s{
	display: block;
	float: left;
	width:calc(100% - 44px);
	height: 34px;
	background: transparent;
	padding: 0 0 0 16px;
	line-height: 34px;
	font-size: 14px;
	color: #fff;
}
.search-s::-webkit-input-placeholder {
    color: #fff;
}
.search-s::-moz-input-placeholder {
    color: #fff;
}
.search-s::-ms-input-placeholder {
    color: #fff;
}
.search-sub{
	display: block;
	float: left;
	width:44px;
	height: 34px;
	background:url(../images/icon_search.png) 10px center no-repeat;
	cursor: pointer;
}
/* header缁撴潫 */
/*foot*/
/* footer寮€濮� */
.footer {
	overflow: hidden;
	background-image: url('../images/footer_bg.png');
}
.fo-copy{
	display: block;
	background: rgba(53,53,53,0.8);
	height: auto;
	overflow: hidden;
	line-height: 65px;
	font-size: 14px;
	color: #6b6b6b;
}
.fo-copy a, .fo-copy a:visited{
	color: #6b6b6b;
}
.fo-navxk{
	display: block;
	padding: 50px 0 54px;
	overflow: hidden;
}
.fo-navdk{
	display: block;
	width: calc(100% - 425px);
	float: right;
}
.fo-navdk li{
	display: block;
	width: 25%;
	float: left;
	border-left: 1px solid #585858;
	padding-left: 90px;
}
.fo-dlei{
	display: block;
	margin-bottom: 24px;
	line-height:1;
	font-size: 14px;
	color: #fff;
}
.fo-dlei:visited{
	color: #fff;
}
.fo-xlei{
	display: block;
}
.fo-xlei a{
	display: block;
	padding: 5px 0;
	line-height: 22px;
	font-size:14px;
	color: #bdbdbd;
}
.fo-xlei a:visited{
	color: #bdbdbd;
}
.fo-addk{
	display: block;
	float: left;
	width: 425px;
}
.fo-mail{
	line-height: 30px;
	font-size: 14px;
	color: #bdbdbd;
}
.fo-ewm{
	display: block;
	padding-top: 30px;
}
.tel-icon{
	display: block;
	float: left;
}
.fo-tel{
	display: block;
	overflow: hidden;
	margin-bottom: 23px;
}
.tel-num{
	margin-left: 60px;
}
.tel-num-m{
	display: block;
	line-height: 1;
	font-size: 14px;
	color: #a1a0a0;
	margin-bottom: 8px;
}
.tel-num-s{
	display: block;
	line-height: 1;
	font-size: 20px;
	color: #fff;
}




</pre></body></html>